home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
- <effect label="Unsharp Mask">
- <description>
- Applies sharpening to the image using the UnsharpMask algorithm
- </description>
- <property name="radius" type="float" default="0.0" label="Blur radius">
- <range min="0.0" max="5.0"/>
- <comments>
- Specifies the radius used for calculating the sharpening.
- </comments>
- </property>
- <property name="Amount" type="float" default="0.0" label="Amount to sharpen">
- <range min="0.0" max="10.0"/>
- </property>
- <property name="Threshold" type="float" default="0.0" label="Threshold">
- <range min="0.0" max="1.0"/>
- <comment>
- Amount of difference from neighbors required before we sharpen.
- Used to NOT sharpen subtle textures such as skin.
- </comment>
- </property>
- <property name="EnableCaching" type="bool" default="true">
- <comments>
- Caching improves perf on interactive pipelines, whereas it wastes memory on single-shot pipelines for saving files.
- </comments>
- </property>
- <input index="0" name="Input"/>
- </effect>
-